From 3c25a8bc17ef634a05a67e20ba7a163c32787c0b Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Sun, 26 Apr 2020 18:00:53 -0400 Subject: [PATCH] override_dh_install-arch: No .py for new cleanup-blastdb-volumes. --- debian/changelog | 9 ++++++--- debian/rules | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8e91947c..7cd98933 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,10 +5,13 @@ ncbi-blast+ (2.10.0-1) UNRELEASED; urgency=medium - Formally refresh. (A few files needed straightforward manual intervention.) - support_gcc10: New, for formal support of GCC 10+. (Closes: #957581.) - * debian/rules (override_dh_clean): Clean up new generated artifacts: - fakehome/ and c++/include/common/ncbi_revision.h. + * debian/rules: + - override_dh_clean: Clean up new generated artifacts: fakehome/ and + c++/include/common/ncbi_revision.h. + - override_dh_install-arch: Install new cleanup-blastdb-volumes script + without its upstream .py suffix. - -- Aaron M. Ucko Sun, 26 Apr 2020 17:58:15 -0400 + -- Aaron M. Ucko Sun, 26 Apr 2020 18:00:53 -0400 ncbi-blast+ (2.9.0-4) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 68a9d8da..9d6976f0 100755 --- a/debian/rules +++ b/debian/rules @@ -99,6 +99,8 @@ override_dh_install-arch: mv $(instroot)/bin/seedtop $(instroot)/bin/seedtop+ mv $(instroot)/bin/get_species_taxids.sh \ $(instroot)/bin/get_species_taxids + mv $(instroot)/bin/cleanup-blastdb-volumes.py \ + $(instroot)/bin/cleanup-blastdb-volumes mv $(instroot)/bin/legacy_blast.pl $(instroot)/bin/legacy_blast mv $(instroot)/bin/update_blastdb.pl $(instroot)/bin/update_blastdb sed -e '1s/$$/3/' $(instroot)/bin/windowmasker_2.2.22_adapter.py \ -- 2.30.2